fixes for pr1238. (#1339)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 14 Sep 2024 13:02:41 +0000 (07:02 -0600)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2024 13:02:41 +0000 (07:02 -0600)
shapelib is handled in shapelib.cmake.
CSVFMTS_ENABLED is now unreferenced.

CMakeLists.txt

index c9694b04c487b0706ed898d935c1af178c500cf9..1a9a1df0dc046ec199b52f288ea8060c37e70971 100644 (file)
@@ -339,8 +339,6 @@ target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS})
 
 # We don't care about stripping things out of the build.  Full monty, baby.
 target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED)
-target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED)
-target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED)
 
 target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS})